gtkplacesview: use location instead of the enclosing one
authorCarlos Soriano <csoriano@gnome.org>
Mon, 22 Feb 2016 15:18:21 +0000 (16:18 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2016 01:42:01 +0000 (20:42 -0500)
commit17a4bd51bb0975dada19c64324a5e77026570467
treef0507acb052e026b75e51ca67d1b97d8ac3ca9e8
parent4ff3d5b7a6410272471f8216e87d1b87607f973e
gtkplacesview: use location instead of the enclosing one

We were using the enclosing location when connecting to a server, so
for instance if  we were connecting to ftp://test/test it would actually
open ftp://test/ instead of the full path.

To fix it, use the full location when emitting the open location signal.

https://bugzilla.gnome.org/show_bug.cgi?id=756659
gtk/gtkplacesview.c